String Schema
PassportParentInfoType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
Prename Element Surname Element Sequence PassportParentInfoType Complex Type
Overview
Sequence
Surname optional xs:string
Prename optional xs:string
Used By
FatherInfo Element
MotherInfo Element
Source
<xs:complexType name="PassportParentInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Surname" type="xs:string" minOccurs="0" maxOccurs="1" />
    <xs:element name="Prename" type="xs:string" minOccurs="0" maxOccurs="1" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.